[index]

MouseLeave Message

Syntax

on mouseLeave
end mouseLeave Sent to all objects, except the palette, sound, path, and timer

Description

The mouseLeave message is sent to the top nonhidden object whose rectangle encompasses the mouse pointer's location whenever the mouse pointer is removed from the physical dimensions of the object. MouseLeave is only sent to a bitmap when the mouse pointer leaves a nonwhite painted area of the object.

Notes

Examples

To see the effects of the mouseLeave message, create a bitmap or shape with the following handlers: on mouseEnter put hello into msg end mouseEnter on mouseLeave put goodbye into msg end mouseLeave
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.